mergPop
Type
library
Description
mergPop is an iOS external that adds functions to present an action sheet (popover on iPad) and contextual menu for user interaction.
Associated Syntax
Function
Name | Summary | Syntax |
---|---|---|
mergPopSheet | Presents an action sheet or popover on iPad | mergPopSheet([<pTitle>], [<pCancel>], [<pDestructive>], [<pOther>], [<pStyle>], [<pPopoverRect>]) |
mergPopMenu | Presents a popup contextual menu like the Cut|Copy|Paste menu in a text view | mergPopMenu(<pButtons>, [<pRect>]) |
Command
Name | Summary | Syntax |
---|---|---|
mergPopActivity | Presents a modal view that you can use to offer various services from your application | mergPopActivity [<pText>], [<pImagePaths>], [<pURLs>], [<pRect>] |